home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1990-12-21 | 903 b | 22 lines | [.Ob./.Ob2] |
- Syntax10.Scn.Fnt
- Syntax10i.Scn.Fnt
- Browser.ShowDef (modulename | selection)
- Browser.ShowObj (qualident | selection)
- Browser.ShowTree {modulename} ~
- ------------------------------
- The Browser will automatically create a Definition Module and list
- base-type relationships. It exports the following commands:
- ShowDef generates a Definition Module.
- Example:
- Browser.ShowDef MenuViewers
- Browser.ShowDef MenuViewers/x (Expand Inherited)
- Browser.ShowDef MenuViewers/X (Adress/EntryNo)
- ShowObj shows the definition of an exported object.
- Example:
- Browser.ShowObj MenuViewers.Viewer
- Browser.ShowObj MenuViewers.Viewer/x (Expand)
- ShowTree shows the hierarchy of exported record types and classes.
- Example:
- Browser.ShowTree MenuViewers ~
- The Browser extracts all of the required information from symbol files.
-